home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 539 / 539.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-01-23  |  1KB  |  34 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4. xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.     <Description about="urn:mozilla:install-manifest">
  7.  
  8.         <em:id>{75CEEE46-9B64-46f8-94BF-54012DE155F0}</em:id>
  9.         <em:name>MeasureIt</em:name>
  10.         <em:version>0.3.92</em:version>
  11.         <em:description>Draw out a ruler to get the pixel width and height of any elements on a webpage.</em:description>
  12.         <em:creator>Kevin Freitas</em:creator>
  13.         <em:homepageURL>http://www.kevinfreitas.net/pro/extensions/</em:homepageURL>
  14.         <em:iconURL>chrome://measureit/skin/measureit.png</em:iconURL>
  15.         <em:aboutURL>chrome://measureit/content/about.xul</em:aboutURL>
  16.         <em:file>
  17.             <Description about="urn:mozilla:extension:file:measureit">
  18.                 <em:package>content/measureit/</em:package>
  19.                 <em:skin>skin/classic/measureit/</em:skin>
  20.             </Description>
  21.         </em:file>
  22.  
  23.         <em:targetApplication>
  24.             <Description>
  25.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  26.                 <em:minVersion>1.0</em:minVersion>
  27.                 <em:maxVersion>3.6.*</em:maxVersion>
  28.             </Description>
  29.         </em:targetApplication>
  30.  
  31.     </Description>
  32.  
  33. </RDF>
  34.